From 58c044f0c9c3d5a0e107e3ce887c513fd97d8a75 Mon Sep 17 00:00:00 2001 From: robertl Date: Sun, 23 Feb 2003 01:22:51 +0000 Subject: [PATCH] last_rx_csum is unsigned. --- magproto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/magproto.c b/magproto.c index 4d06e9eaf..5bc44b054 100644 --- a/magproto.c +++ b/magproto.c @@ -72,7 +72,7 @@ static FILE *magfile_out; static int magfd; static mag_rxstate magrxstate; static int mag_error; -static int last_rx_csum; +static unsigned int last_rx_csum; static int found_done; static int got_version; static int is_file = 0; -- 2.30.2